Skip to content

style: remove stray spaces#13248

Merged
kgryte merged 1 commit into
developfrom
philipp/fix-propagation-2026-07-03
Jul 3, 2026
Merged

style: remove stray spaces#13248
kgryte merged 1 commit into
developfrom
philipp/fix-propagation-2026-07-03

Conversation

@Planeshifter

Copy link
Copy Markdown
Member

Description

What is the purpose of this pull request?

This pull request:

  • Propagates fixes merged to develop between 2026-07-02 13:19 UTC and 2026-07-03 00:00 UTC to sibling packages carrying the same defects.

chore: — stray space before comma

Removes stray space-before-comma occurrences across sibling packages, matching the fix in 7fbca26 which corrected a single such typo in array/base/getter/docs/types/test.ts. The same defect appears in argument lists inside docs/types/test.ts files and in JSDoc @example blocks inside docs/types/index.d.ts files. Purely mechanical whitespace cleanup — no semantic change; aligns with the repo-wide comma-spacing convention.

Source commit: 7fbca26

Target packages:

  • object/any-own-bydocs/types/test.ts
  • object/none-own-bydocs/types/test.ts
  • object/every-own-bydocs/types/test.ts
  • utils/papplydocs/types/test.ts
  • utils/papply-rightdocs/types/test.ts
  • array/base/cuanydocs/types/test.ts, docs/types/index.d.ts
  • array/base/cuany-bydocs/types/test.ts
  • array/base/cuany-by-rightdocs/types/test.ts
  • array/base/cueverydocs/types/test.ts
  • array/base/cunonedocs/types/test.ts
  • math/base/specialdocs/types/index.d.ts
  • math/base/special/frexpdocs/types/index.d.ts
  • math/base/special/frexpfdocs/types/index.d.ts
  • array/complex64docs/types/index.d.ts
  • array/complex128docs/types/index.d.ts

Related Issues

Does this pull request have any related issues?

No.

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

Validation. Search scope was .ts files under lib/node_modules/@stdlib matching stray-space-before-comma. Two independent verifiers read every candidate line in full to confirm the defect against surrounding context; both flagged the same 94 lines across 16 files as unambiguous typos with no autogenerated / do-not-edit markers on any target file. Sites were deliberately excluded when they would require cross-package changes or interpretation of intent; none reached that bar in this run. The C-benchmark isnan( y )y != y pattern from 5dee19d found no valid remaining sites (all sibling stats/base/dists/* benchmarks already use the self-comparison idiom; the two remaining isnan sites benchmark the isnan function itself and cannot be rewritten). The duplicate /** header pattern from 7fbca26 also found no other occurrences repo-wide.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution.

This PR was generated by Claude Code as part of a scheduled fix-propagation routine that mirrors recent develop fixes to sibling packages carrying the same defect. Each target site was independently verified by two adversarial reviewers before the patch was applied.


@stdlib-js/reviewers


Generated by Claude Code

Propagates fix from 7fbca26 ("chore: remove extra space and fix
license header") to sibling packages carrying the same stray
space-before-comma typo across TypeScript type-check tests and JSDoc
`@example` blocks.
@stdlib-bot

Copy link
Copy Markdown
Contributor

Coverage Report

Package Statements Branches Functions Lines
array/base/cuany-by-right $\\color{green}295/295$
$\\color{green}+100.00\\%$
$\\color{green}16/16$
$\\color{green}+100.00\\%$
$\\color{green}4/4$
$\\color{green}+100.00\\%$
$\\color{green}295/295$
$\\color{green}+100.00\\%$
array/base/cuany-by $\\color{green}301/301$
$\\color{green}+100.00\\%$
$\\color{green}17/17$
$\\color{green}+100.00\\%$
$\\color{green}4/4$
$\\color{green}+100.00\\%$
$\\color{green}301/301$
$\\color{green}+100.00\\%$
array/base/cuany $\\color{green}398/398$
$\\color{green}+100.00\\%$
$\\color{green}32/32$
$\\color{green}+100.00\\%$
$\\color{green}6/6$
$\\color{green}+100.00\\%$
$\\color{green}398/398$
$\\color{green}+100.00\\%$
array/base/cuevery $\\color{green}398/398$
$\\color{green}+100.00\\%$
$\\color{green}32/32$
$\\color{green}+100.00\\%$
$\\color{green}6/6$
$\\color{green}+100.00\\%$
$\\color{green}398/398$
$\\color{green}+100.00\\%$
array/base/cunone $\\color{green}398/398$
$\\color{green}+100.00\\%$
$\\color{green}32/32$
$\\color{green}+100.00\\%$
$\\color{green}6/6$
$\\color{green}+100.00\\%$
$\\color{green}398/398$
$\\color{green}+100.00\\%$
array/complex128 $\\color{red}2964/2974$
$\\color{green}+99.66\\%$
$\\color{red}528/536$
$\\color{green}+98.51\\%$
$\\color{green}54/54$
$\\color{green}+100.00\\%$
$\\color{red}2964/2974$
$\\color{green}+99.66\\%$
array/complex64 $\\color{red}2964/2974$
$\\color{green}+99.66\\%$
$\\color{red}526/534$
$\\color{green}+98.50\\%$
$\\color{green}54/54$
$\\color{green}+100.00\\%$
$\\color{red}2964/2974$
$\\color{green}+99.66\\%$
math/base/special $\\color{red}67082/82854$
$\\color{green}+80.96\\%$
$\\color{red}1071/1117$
$\\color{green}+95.88\\%$
$\\color{red}12/800$
$\\color{green}+1.50\\%$
$\\color{red}67082/82854$
$\\color{green}+80.96\\%$
math/base/special/frexp $\\color{green}329/329$
$\\color{green}+100.00\\%$
$\\color{green}11/11$
$\\color{green}+100.00\\%$
$\\color{green}3/3$
$\\color{green}+100.00\\%$
$\\color{green}329/329$
$\\color{green}+100.00\\%$
math/base/special/frexpf $\\color{green}328/328$
$\\color{green}+100.00\\%$
$\\color{green}11/11$
$\\color{green}+100.00\\%$
$\\color{green}3/3$
$\\color{green}+100.00\\%$
$\\color{green}328/328$
$\\color{green}+100.00\\%$
object/any-own-by $\\color{green}123/123$
$\\color{green}+100.00\\%$
$\\color{green}10/10$
$\\color{green}+100.00\\%$
$\\color{green}1/1$
$\\color{green}+100.00\\%$
$\\color{green}123/123$
$\\color{green}+100.00\\%$
object/every-own-by $\\color{green}123/123$
$\\color{green}+100.00\\%$
$\\color{green}10/10$
$\\color{green}+100.00\\%$
$\\color{green}1/1$
$\\color{green}+100.00\\%$
$\\color{green}123/123$
$\\color{green}+100.00\\%$
object/none-own-by $\\color{green}125/125$
$\\color{green}+100.00\\%$
$\\color{green}10/10$
$\\color{green}+100.00\\%$
$\\color{green}1/1$
$\\color{green}+100.00\\%$
$\\color{green}125/125$
$\\color{green}+100.00\\%$
utils/papply-right $\\color{green}140/140$
$\\color{green}+100.00\\%$
$\\color{green}11/11$
$\\color{green}+100.00\\%$
$\\color{green}2/2$
$\\color{green}+100.00\\%$
$\\color{green}140/140$
$\\color{green}+100.00\\%$
utils/papply $\\color{green}126/126$
$\\color{green}+100.00\\%$
$\\color{green}9/9$
$\\color{green}+100.00\\%$
$\\color{green}2/2$
$\\color{green}+100.00\\%$
$\\color{green}126/126$
$\\color{green}+100.00\\%$

The above coverage report was generated for the changes in this PR.

@kgryte kgryte marked this pull request as ready for review July 3, 2026 22:49
@kgryte kgryte requested a review from a team July 3, 2026 22:49
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Jul 3, 2026
@kgryte

kgryte commented Jul 3, 2026

Copy link
Copy Markdown
Member

As the CI failure is not due to changes introduced in this PR, I'll go ahead and merge.

@kgryte kgryte removed the Needs Review A pull request which needs code review. label Jul 3, 2026
@kgryte kgryte changed the title chore: remove stray space before commas in sibling docs and tests style: remove stray spaces Jul 3, 2026
@kgryte kgryte merged commit b71a63d into develop Jul 3, 2026
34 of 36 checks passed
@kgryte kgryte deleted the philipp/fix-propagation-2026-07-03 branch July 3, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants